<?xml version="1.0"?>
<component name="org.nuxeo.opensocial.container.auth.contrib.override">

  <require>org.nuxeo.opensocial.container.auth.contrib</require>

  <extension point="specificChains" target="org.nuxeo.ecm.platform.ui.web.auth.service.PluggableAuthenticationService">
    <specificAuthenticationChain name="Opensocial">
        <urlPatterns>
            <url>/nuxeo/opensocial/gadgets/ifr.*</url>
        </urlPatterns>
        <replacementChain>
            <plugin>OPENSOCIAL_FORM_AUTH</plugin>
        </replacementChain>
    </specificAuthenticationChain>
  </extension>

</component>
